home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Transportation / InventorLabs - Transportation.iso / pc / builders / media / netacess / url95.dir / 00011_Script_11 < prev    next >
Text File  |  1996-10-10  |  265b  |  14 lines

  1.  
  2.  
  3. on exitFrame
  4.   if TheWeb(mCheckInstall) = 1 then
  5.     set the text of member "ErrorReport" to "Wait..."
  6.     go to frame the Frame 
  7.   end if
  8.   
  9.   if TheWeb(mGetWebAccess) = 1 then
  10.     -- branch to AOL test case
  11.     go to frame "AOLTest"
  12.   end if
  13.   
  14. end